TranferEth.CreateTransactionの利用を推奨します。
GasLimitEstimatorが作成され、適切なgasPrice、gasLimit、nonceを自動的に設定してトランザクションを構築します。Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TranferEth.CreateTransactionの利用を推奨します。
EthTransaction transferTransaction = await TransferEth.CreateTransaction(client, wallet, recipientAddress, DecimalNormalizer.Normalize(1));
TransactionReceipt receipt = await wallet.SendTransactionAndWaitForReceipt(client, transferTransaction);
GasLimitEstimatorが作成され、適切なgasPrice、gasLimit、nonceを自動的に設定してトランザクションを構築します。このページは役に立ちましたか?